home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / ae / code / ax3.00 / sorry.c < prev    next >
Encoding:
C/C++ Source or Header  |  1980-01-03  |  115 b   |  8 lines

  1. extern void AEPutStr(char *s);
  2.  
  3. void Sorry(void)
  4. {
  5.  AEPutStr("No files available in this conference.\r\n\r\n");
  6. }
  7.  
  8.